From 31326b2f096531df6c5df54f8ec0e9bb02cde0dc Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Thu, 20 Feb 2025 18:30:01 +0100 Subject: [PATCH] Update help url default value. Signed-off-by: Camila Ayres --- src/libsync/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 8927f117f..16e148167 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -444,7 +444,7 @@ QString Theme::helpUrl() const #ifdef APPLICATION_HELP_URL return QString::fromLatin1(APPLICATION_HELP_URL); #else - return QString::fromLatin1("https://docs.nextcloud.com/#desktop"); + return QString::fromLatin1("https://docs.nextcloud.com/server/latest/user_manual/en/desktop/index.html"); #endif } -- 2.30.2